home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / amos / AMOS1097.lzh / AMOSLIST / 000081_amos-request@svcs1.digex.net_Wed Oct 8 19:55:25 1997.msg < prev    next >
Internet Message Format  |  1997-11-02  |  3KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id TAA29922
  3.     for <mcox@access.digex.net>; Wed, 8 Oct 1997 19:55:21 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id SAA08283
  6.     for amos-out; Wed, 8 Oct 1997 18:02:38 -0400 (EDT)
  7. Received: from mail4.access.digex.net (mail4.access.digex.net [205.197.247.2])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id SAA08280
  9.     for <amos-list@svcs1.digex.net>; Wed, 8 Oct 1997 18:02:37 -0400 (EDT)
  10. Received: from punt-1.mail.demon.net (punt-1d.mail.demon.net [194.217.242.138])
  11.     by mail4.access.digex.net (8.8.5/8.8.5) with SMTP id SAA25237
  12.     for <amos-list@access.digex.net>; Wed, 8 Oct 1997 18:02:33 -0400 (EDT)
  13. Received: from agasinc.demon.co.uk ([193.237.4.98]) by punt-1.mail.demon.net
  14.            id ab1417669; 8 Oct 97 22:19 BST
  15. From: Andy Gibson <andy@agasinc.demon.co.uk>
  16. To: Matt Ward <mattw@netsoc.ucd.ie>
  17. CC: Amos List <amos-list@access.digex.net>
  18. Date: Tue, 07 Oct 1997 19:49:27 -0000
  19. Message-ID: <yam7219.1378.2289160@post.demon.co.uk>
  20. In-Reply-To: <Pine.LNX.3.96.971008133028.23440D-100000@orca>
  21. X-Mailer: YAM 1.3.4 [020] - Amiga Mailer by Marcel Beck
  22. Organization: AGAS Productions
  23. Subject: Re: Hi again
  24. MIME-Version: 1.0
  25. Content-Type: text/plain
  26. Status: O
  27. X-Status: 
  28.  
  29. On 08-Oct-97, Matt Ward wrote:
  30. >Hi everyone, still there?
  31.  
  32. We're all still here, are you there....?
  33.  
  34. >In Amospro how do you enter arguments for something you want to
  35. >execute?
  36. >ie
  37. >CLI:    viewtek df0:mypicture.iff
  38. >AMP:    Exec "viewtek"   ?????????
  39. >I`ve tried Commandline$, adding text in the quotes, reading the manual
  40. >(no help!). Any ideas??
  41.  
  42. Maybe try this out....
  43.  
  44. A$="df0:c/viewtek"
  45. b$="df0:pics/mypic"
  46.  
  47. Exec A$+Chr$(32)+B$+Chr$(10)+Chr$(0)
  48.  
  49. You  may  not  need Chr$(10), but Chr$(0) should maybe be there at the
  50. end to NULL terminate the file. Try it different ways.
  51.  
  52. Chr$(32) simply = " " a space. Hope this helps ;)
  53.  
  54. -- 
  55.  ___________________________________ ________________________________
  56. |  _     _                          |                                |
  57. | (-)/\//_)\/    AGAS Productions   |    #cONTACT mE fOR mORE iNFO#    |
  58. |   Gibson_/           9T7          |    #oN aREA51 rELEASES aLSO!#    |
  59. |                                   |                                |
  60. |    andy@agasinc.demon.co.uk       |        cOMING sOON'ish         |
  61. |                                   |        *Roswell Gfx Adv*         |
  62. |     -=<(aka SKiDZ/A51)>=-         |              9T7               |
  63. |___________________________________|________________________________|
  64.